Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify npm version ~10 #573

Merged
merged 1 commit into from
Sep 2, 2024
Merged

Specify npm version ~10 #573

merged 1 commit into from
Sep 2, 2024

Conversation

eliykat
Copy link
Member

@eliykat eliykat commented Sep 2, 2024

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

The npm version was previously set to ~10.4, but there is no node/npm release that satisifed the constraint of node ~18 and npm ~10.4.

Set the npm version to ~10. This change follows the approach in the main clients repository, where we accept minor version releases of node and npm.

Code changes

  • file.ext: Description of what was changed and why

Screenshots

Testing requirements

Before you submit

  • I have checked for linting errors (npm run lint) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

This was previously set to ~10.4, but there is no node version that
satisifed the constraint of node ~18 and npm ~10.4.

This change follows the approach in the main `clients` repository.
@eliykat eliykat requested a review from a team as a code owner September 2, 2024 01:34
@eliykat eliykat requested a review from r-tome September 2, 2024 01:34
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (c304650) to head (644e837).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #573   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         56      56           
  Lines       2552    2552           
  Branches     462     462           
=====================================
  Misses      2552    2552           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Sep 2, 2024

Logo
Checkmarx One – Scan Summary & Details53584e12-3315-4c8d-a82c-c28a1fd0ac2d

No New Or Fixed Issues Found

@eliykat eliykat merged commit 21638f3 into main Sep 2, 2024
21 checks passed
@eliykat eliykat deleted the fix-npm-version branch September 2, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants